home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM20 / TFORM20.txt
Text File  |  2002-06-14  |  2KB  |  95 lines

  1. object Form20: TForm20
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Proxy Configuration'
  6.   ClientHeight = 254
  7.   ClientWidth = 205
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 32
  23.     Height = 13
  24.     Caption = 'Label1'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 56
  29.     Width = 32
  30.     Height = 13
  31.     Caption = 'Label2'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 104
  36.     Width = 32
  37.     Height = 13
  38.     Caption = 'Label3'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 152
  43.     Width = 32
  44.     Height = 13
  45.     Caption = 'Label4'
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 16
  49.     Top = 24
  50.     Width = 169
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object Edit2: TEdit
  55.     Left = 16
  56.     Top = 72
  57.     Width = 169
  58.     Height = 21
  59.     TabOrder = 1
  60.   end
  61.   object Edit3: TEdit
  62.     Left = 16
  63.     Top = 120
  64.     Width = 169
  65.     Height = 21
  66.     TabOrder = 2
  67.   end
  68.   object Edit4: TEdit
  69.     Left = 16
  70.     Top = 168
  71.     Width = 169
  72.     Height = 21
  73.     PasswordChar = '*'
  74.     TabOrder = 3
  75.   end
  76.   object Button1: TButton
  77.     Left = 16
  78.     Top = 208
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'OK'
  82.     TabOrder = 4
  83.     OnClick = Button1Click
  84.   end
  85.   object Button2: TButton
  86.     Left = 112
  87.     Top = 208
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'cancel'
  91.     TabOrder = 5
  92.     OnClick = Button2Click
  93.   end
  94. end
  95.